func expvar.expvarHandler

4 uses

	expvar (current package)
		expvar.go#L358: func expvarHandler(w http.ResponseWriter, r *http.Request) {
		expvar.go#L367: 	return http.HandlerFunc(expvarHandler)
		expvar.go#L382: 		http.HandleFunc("/debug/vars", expvarHandler)
		expvar.go#L384: 		http.HandleFunc("GET /debug/vars", expvarHandler)